_WORK_QUEUE_ENTRY

//0x10 bytes (sizeof) struct _WORK_QUEUE_ENTRY { struct _LIST_ENTRY WorkQueueLinks; //0x0 union { struct { struct _FILE_OBJECT* FileObject; //0x8 } Read; //0x8 struct { struct _SHARED_CACHE_MAP* SharedCacheMap; //0x8 } Write; //0x8 struct { struct _KEVENT* Event; //0x8 } Event; //0x8 struct { ULONG Reason; //0x8 } Notification; //0x8 } Parameters; //0x8 UCHAR Function; //0xc };